home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1997 November / MACPOWER-1997-11.ISO.7z / MACPOWER-1997-11.ISO / AMUG / MUSIC / bol-processor-271-data.sit / bol-processor-271-data / BP2 examples / BP2 data / -da.tryQuantize < prev    next >
Text File  |  1997-06-09  |  1KB  |  38 lines

  1. // Bol Processor version BP2.7.1
  2. // Data file saved as '-da.tryQuantize'. Date: Lun 9 Juin 1997 -- 9:08
  3. -ho.tryQuantize
  4. -se.tryQuantize
  5.  
  6. // This is a demo of BP2 quantization. See BP2 Reference manual (6. Time quantization) for detailed explanation.
  7. // In the "Windows" menu, select "Time accuracy".
  8. // Play this with Quantization OFF:
  9. {do4 {re4 mi4,fa4 sol4 la4}, si4 do5}
  10.  
  11. // The graphic you see comes from the following phase diagram:
  12.  
  13. do4 _ _ _ _ _ re4 _ _ _   _    _ mi4 _ _   _ _ _
  14.               fa4 _ _ _   sol4 _ _   _ la4 _ _ _
  15. si4 _ _ _ _ _ _   _ _ do5 _    _ _   _ _   _ _ _
  16.  
  17. // Now, set Quantization to ON and play the same item.  The graphic (and the sound) have changed. The corresponding simplified phase diagram is:
  18.  
  19. do4 _ _ re4 _   _    mi4 _   _
  20.         fa4 _   sol4 _   la4 _
  21. si4 _ _ _   do5 _    _   _   _
  22.  
  23. // Indeed, 200ms is a high value for quantization, but it's convenient for a simple demo.
  24.  
  25. // More complicated item. The graphic shows that the
  26. // duration of the item does not match precisely
  27. // the original duration because the number of streaks (45)
  28. // is not a multiple of the quantization ratio (Kpress = 4)
  29. // Of course the mismatch cannot be larger than the
  30. // quantization value (200ms).
  31. // This example is discussed in CMJ.
  32.  
  33. {do4 {re4 mi4,fa4 sol4 la4},si4 do5 re5 mi5 fa5}
  34.  
  35.  
  36. // Now we try quantizing in smooth time with time patterns
  37. // Set time to "smooth" in "Metronom" window
  38. {t1 {t2 t3,fa4 sol4 la4}, si4 do5}